runtime.timers.wakeTime (method)
7 uses
	runtime (current package)
		proc.go#L3086: 	when := pp.timers.wakeTime()
		proc.go#L3772: 			w := p2.timers.wakeTime()
		time.go#L633: 		wakeTime := ts.wakeTime()
		time.go#L815: 	ts.minWhenHeap.Store(ts.wakeTime())
		time.go#L871: func (ts *timers) wakeTime() int64 {
		time.go#L899: 	next := ts.wakeTime()
		time.go#L1189: 		if w := pp.timers.wakeTime(); w != 0 {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |